.footer{
	/*height: 180px;*/
	width:100%;
	background-color: #333333;
	padding: 24px 0 16px
}
.footer-box{
	height:120px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #333333
}
.footer-info1{
	background-color: #333333;
	padding: 10px;
	color:#FFF;

}
.infocont{
width: 1020px;
margin: 0 auto;
line-height: 180%;
	color:#ccc;
	font-size: 12px;
}


.linkli{float: left;width: 250px;font-size: 12px;color:#666; line-height: 180%;overflow: hidden}

.linkli a{text-decoration:none;}
.footer-box-content{
	width:1020px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.footer-box-content-left h3{
	font-size: 15px;
	color:#ccc;
}
.footer-box-content-left li{
	font-size: 12px;
	color:#ccc;
	margin:20px 0;
	padding-left: 25px;
}
.footer-box-content-left li:nth-child(1){
	background: url(../images/home_25_03.jpg) no-repeat center left;
	background-size: 18px;
}
.footer-box-content-left li:nth-child(2){
	background: url(../images/home_26_03.jpg) no-repeat center left;
	background-size: 18px;
}
.footer-box-content-left li:nth-child(3){
	background: url(../images/home_27_03.jpg) no-repeat center left;
	background-size: 18px;
}
.footer-box-content-right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.footer-box-content-right h2{
	color:#FFF;
	font-size: 40px;
}
.footer-box-content-right p{
	font-size: 12px;
	color:#FFF;
	margin:18px 0;
	text-align: right;
}
.footer-box-content-right button{
	font-size: 12px;
	color: #FFF;
	background-color: #89ba29;
	padding: 3px 8px;
	border:0;
	align-self: flex-end
}
.footer-info{
 text-align: center;
	width: 1020px;
	margin: 0 auto;
}
.footer-info ul{
	width: 100%;

	margin-right: 1%;

}
.footer-info ul li{
	margin:0 10px;float: left;
}
.footer-info .ative{
	color:#000!important;display: none;
}
.footer-info ul li a,
.footer-info p{
	width: 1020px;
	color:#ccc!important;
	font-size: 12px;
	line-height: 24px;
}
@media screen and (max-width: 768px) {
	.footer{
		bottom:0;
		height: auto;
	}
	.footer-box{
		padding: 5px 0;
		height: 116px;
		display: none;
	}
	.footer-box-content{
		width: auto;
		padding: 0 5px;
	}
	.footer-box-content-right h2{
		font-size: 16px;
	}
	.footer-box-content-left li{
		margin:8px 0;
	}
	.footer-info{
		flex-wrap: wrap;
	}
	.footer-info ul{
		margin-right: 0;
	}
	.footer-info ul li{
		margin:0 3px;
	}
	.footer-info ul li a, .footer-info p{
		text-align: center;
	}
	.footer-box-content-right p{
	    margin: 12px 0 15px 0;
	}
}